scrolledwindow: remove unused struct
authorTimm Bäder <mail@baedert.org>
Thu, 17 Jan 2019 15:02:13 +0000 (16:02 +0100)
committerTimm Bäder <mail@baedert.org>
Fri, 18 Jan 2019 18:43:46 +0000 (19:43 +0100)
gtk/gtkscrolledwindow.c

index 1495432c9ebf7d7f57b0efb63f706ced22f52dc2..5a6e122c34d41c3fc0f4d114cfe6158bc1e01632 100644 (file)
@@ -212,13 +212,6 @@ typedef struct
   guint      over_timeout_id;
 } Indicator;
 
-typedef struct
-{
-  gdouble dx;
-  gdouble dy;
-  guint32 evtime;
-} ScrollHistoryElem;
-
 typedef struct
 {
   GtkWidget     *hscrollbar;